home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Interactive CD Sampler / Microsoft Interactive CD Sampler.iso / DEMOS / C_Automp / AUTOTP / TRIPPLAN.DIR / Scripts_72.ls < prev    next >
Encoding:
Text File  |  1996-07-25  |  331 b   |  12 lines

  1. on mouseDown
  2.   set the memberNum of sprite 46 to the number of member "start down"
  3.   updateStage()
  4.   repeat while the mouseDown
  5.     nothing()
  6.   end repeat
  7.   set the memberNum of sprite 46 to the number of member "start up"
  8.   updateStage()
  9.   set the memberNum of sprite 46 to the number of member "pause up"
  10.   go(the frame + 1)
  11. end
  12.